home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Font Garden
/
Font Garden (Walnut Creek) (October 1995) (1995).iso
/
pc
/
_bbs
/
opus
/
all.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-02-24
|
263 b
|
15 lines
set cdrom=n:
REM I set this globally, in ..\all.bat
REM To run this one batch file, change it here also.
if .%in_type% == . goto not_set
goto set
:not_set
echo in_type not set
goto end
:set
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit
:end